Fixed nur?

This commit is contained in:
Bryan Ramos 2023-06-06 13:16:21 -04:00
parent 4dab7a6a37
commit 0fa67bc1d9
3 changed files with 6 additions and 8 deletions

View file

@ -1,15 +1,13 @@
{ description = "Fully Declarative YOLO";
inputs =
{ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
{
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
nur.url = "github:nix-community/NUR";
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";