flake: switch back to upstream hjem/hjem-rum
This commit is contained in:
parent
558c12a420
commit
74749c5af1
2 changed files with 13 additions and 16 deletions
14
flake.lock
generated
14
flake.lock
generated
|
@ -269,16 +269,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740156578,
|
"lastModified": 1740199244,
|
||||||
"narHash": "sha256-qdDMmhzHCzM0NLhC/oC6pnapeys2H9dhQJbfwCnf7Fw=",
|
"narHash": "sha256-BiNUbNWLcG8AuKiAZmJ8tS+fr+JO8vGwB7QQ54cezKk=",
|
||||||
"owner": "nezia1",
|
"owner": "nezia1",
|
||||||
"repo": "hjem",
|
"repo": "hjem",
|
||||||
"rev": "5a659b1a7c404278095f7086a73493dd2afc19b9",
|
"rev": "829109220c14352990bee4cf092f4918f45fb6a1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nezia1",
|
"owner": "nezia1",
|
||||||
"ref": "implement-environment-variables",
|
|
||||||
"repo": "hjem",
|
"repo": "hjem",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -291,16 +290,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740181011,
|
"lastModified": 1740074218,
|
||||||
"narHash": "sha256-GKEhv8VV5aRRxiE6YZxFij8L/6+EEZ/X8J4NWkDXaUc=",
|
"narHash": "sha256-1aS0eUNRbEsmAYEU858aq3D1otmy5rwk68RsYeiJsSU=",
|
||||||
"owner": "nezia1",
|
"owner": "nezia1",
|
||||||
"repo": "hjem-rum",
|
"repo": "hjem-rum",
|
||||||
"rev": "c3f0f85e00a7278fbff0f2d99337a6eb47375abd",
|
"rev": "ff1e34a3a6382bacdc081644c025ca44c738d140",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nezia1",
|
"owner": "nezia1",
|
||||||
"ref": "add-hyprland",
|
|
||||||
"repo": "hjem-rum",
|
"repo": "hjem-rum",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
15
flake.nix
15
flake.nix
|
@ -113,17 +113,16 @@
|
||||||
url = "github:hyprwm/contrib";
|
url = "github:hyprwm/contrib";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
# TODO: change to upstream once https://github.com/feel-co/hjem/pull/16 gets merged
|
|
||||||
hjem = {
|
hjem = {
|
||||||
url = "github:nezia1/hjem/implement-environment-variables";
|
url = "github:nezia1/hjem";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
hjem-rum = {
|
||||||
|
url = "github:nezia1/hjem-rum";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: change to upstream once https://github.com/snugnug/hjem-rum/pull/14 gets merged
|
|
||||||
hjem-rum = {
|
|
||||||
url = "github:nezia1/hjem-rum/add-hyprland";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
morewaita = {
|
morewaita = {
|
||||||
url = "github:somepaulo/MoreWaita";
|
url = "github:somepaulo/MoreWaita";
|
||||||
flake = false;
|
flake = false;
|
||||||
|
@ -151,7 +150,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Dependency pinning to prevent duplicate versions
|
# dependency pinning to prevent duplicate versions
|
||||||
systems.url = "github:nix-systems/default";
|
systems.url = "github:nix-systems/default";
|
||||||
flake-utils = {
|
flake-utils = {
|
||||||
url = "github:numtide/flake-utils";
|
url = "github:numtide/flake-utils";
|
||||||
|
|
Loading…
Add table
Reference in a new issue