flake: stylix.inputs.nixpkgs follows nixpkgs
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-15 17:12:48 -04:00
parent 09cbd365fc
commit 8fb1fa6370
2 changed files with 7 additions and 18 deletions

View file

@ -364,22 +364,6 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1714912032,
"narHash": "sha256-clkcOIkg8G4xuJh+1onLG4HPMpbtzdLv4rHxFzgsH9c=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ee4a6e0f566fe5ec79968c57a9c2c3c25f2cf41d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1723333488, "lastModified": 1723333488,
@ -441,7 +425,9 @@
"flake-compat": "flake-compat", "flake-compat": "flake-compat",
"gnome-shell": "gnome-shell", "gnome-shell": "gnome-shell",
"home-manager": "home-manager_3", "home-manager": "home-manager_3",
"nixpkgs": "nixpkgs_2" "nixpkgs": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1722946882, "lastModified": 1722946882,

View file

@ -37,7 +37,10 @@
url = "github:alyraffauf/raffauflabs"; url = "github:alyraffauf/raffauflabs";
}; };
stylix.url = "github:danth/stylix"; stylix = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:danth/stylix";
};
}; };
nixConfig = { nixConfig = {