fixed warnings with niri
This commit is contained in:
parent
828c7bffa9
commit
c5ed2be951
3 changed files with 8 additions and 16 deletions
16
flake.lock
generated
16
flake.lock
generated
|
@ -253,9 +253,7 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"crate2nix": "crate2nix",
|
"crate2nix": "crate2nix",
|
||||||
"flake-parts": "flake-parts_2",
|
"flake-parts": "flake-parts_2",
|
||||||
"niri-src": [
|
"niri-src": "niri-src",
|
||||||
"niri-src"
|
|
||||||
],
|
|
||||||
"niri-stable": "niri-stable",
|
"niri-stable": "niri-stable",
|
||||||
"niri-unstable": "niri-unstable",
|
"niri-unstable": "niri-unstable",
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -279,15 +277,16 @@
|
||||||
"niri-src": {
|
"niri-src": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708924475,
|
"lastModified": 1708141626,
|
||||||
"narHash": "sha256-8HWBhv6kACTlJHZATdofz+cksMT3iu9iBYux5ZWTz0Y=",
|
"narHash": "sha256-vO6ak5rT6ntBC20vYC36zcEcHv7Cki9y8A+c7ThfsUg=",
|
||||||
"owner": "yalter",
|
"owner": "YaLTeR",
|
||||||
"repo": "niri",
|
"repo": "niri",
|
||||||
"rev": "494e98c1235133fd5267bfdfb9a5468f1115deff",
|
"rev": "62892d636112230dc16778b91331fbe97576b005",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "yalter",
|
"owner": "YaLTeR",
|
||||||
|
"ref": "v0.1.2",
|
||||||
"repo": "niri",
|
"repo": "niri",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -473,7 +472,6 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"niri": "niri",
|
"niri": "niri",
|
||||||
"niri-src": "niri-src",
|
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixpkgs": "nixpkgs_3",
|
"nixpkgs": "nixpkgs_3",
|
||||||
"nur": "nur"
|
"nur": "nur"
|
||||||
|
|
|
@ -17,15 +17,9 @@
|
||||||
url = "github:nix-community/nur";
|
url = "github:nix-community/nur";
|
||||||
};
|
};
|
||||||
|
|
||||||
niri-src = {
|
|
||||||
url = "github:yalter/niri";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
niri = {
|
niri = {
|
||||||
url = "github:sodiboo/niri-flake";
|
url = "github:sodiboo/niri-flake";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.niri-src.follows = "niri-src";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
nixosConfigurations = let
|
nixosConfigurations = let
|
||||||
clientModules = [
|
clientModules = [
|
||||||
./modules/system
|
./modules/system
|
||||||
niri.nixosModules.default
|
niri.nixosModules.niri
|
||||||
home-manager.nixosModules.home-manager {
|
home-manager.nixosModules.home-manager {
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
nur.overlay
|
nur.overlay
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue