replaced sodiboo flake with mine for now until fix is merged (on flake or on nixpkgs)

This commit is contained in:
twoneis 2024-04-13 02:48:01 +02:00
parent 9265aca855
commit 74b1dea564
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View file

@ -260,15 +260,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1712892866, "lastModified": 1712922020,
"narHash": "sha256-ciLnHqvblRCrmMIqKOOqpO9e+Y36gAT5AxE/UeRSx/w=", "narHash": "sha256-ZBL7P+tVNrUqngC0fmbKHSDr3ddnVc+nyh0c/sxxndQ=",
"owner": "sodiboo", "owner": "twoneis",
"repo": "niri-flake", "repo": "niri-flake",
"rev": "982e571860e8afd950f329c0beadec29745ea064", "rev": "8ba9551153e90acd9a8487b370d6a7cc8e41e9d9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "sodiboo", "owner": "twoneis",
"repo": "niri-flake", "repo": "niri-flake",
"type": "github" "type": "github"
} }

View file

@ -18,7 +18,7 @@
}; };
niri = { niri = {
url = "github:sodiboo/niri-flake"; url = "github:twoneis/niri-flake";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };