forked from aylac.top/nixcfg
this repo has no description

remove duplicated nix-unstable

aylac.top 2604f7f8 0864c43e

verified
Changed files
-18
-17
flake.lock
···
"type": "github"
}
},
-
"nixpkgs-unstable": {
-
"locked": {
-
"lastModified": 1756911493,
-
"narHash": "sha256-6n/n1GZQ/vi+LhFXMSyoseKdNfc2QQaSBXJdgamrbkE=",
-
"owner": "NixOS",
-
"repo": "nixpkgs",
-
"rev": "c6a788f552b7b7af703b1a29802a7233c0067908",
-
"type": "github"
-
},
-
"original": {
-
"owner": "NixOS",
-
"ref": "nixpkgs-unstable",
-
"repo": "nixpkgs",
-
"type": "github"
-
}
-
},
"nixpkgs_2": {
"locked": {
"lastModified": 1740126099,
···
"lanzaboote": "lanzaboote",
"nix-flatpak": "nix-flatpak",
"nixpkgs": "nixpkgs_3",
-
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
"secrets": "secrets",
"tangled-core": "tangled-core",
-1
flake.nix
···
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
-
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
actions-nix = {
url = "github:alyraffauf/actions.nix";