Compare commits

..

No commits in common. "274c79705cd2c1c7e10ea4c975468e1e2b80da2d" and "ea6cff514033f20caaaf7345dd05b046ffc2f38d" have entirely different histories.

2 changed files with 9 additions and 10 deletions

18
flake.lock generated
View file

@ -240,11 +240,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1746193606, "lastModified": 1745933300,
"narHash": "sha256-LD3ce/SlIY8Wr8XG52EI5t9bNa/peBCXykIJBvcGmO8=", "narHash": "sha256-BJpxqZar6vrmv1MtZIjmBa7x+0HEP8kmYeFejz7m2uc=",
"owner": "helix-editor", "owner": "helix-editor",
"repo": "helix", "repo": "helix",
"rev": "12139a4c30ad20d9a1b181de69532a57601cf96f", "rev": "1c32fb2d4df3f06f96ca33db7d9f9b15297c7f8d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -379,11 +379,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1746204835, "lastModified": 1746018443,
"narHash": "sha256-tJ34GENiaSYNP4Tll0GFMgXkcaeDpubCZNJWE6UxFhg=", "narHash": "sha256-8eC5ZKHil0fgK8cmYZcDZyhRU0XlgcYy2ggIGmLBUIU=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprland", "repo": "hyprland",
"rev": "0c736217a787928a87224b2bf7e984c446d4fc22", "rev": "5d005f11fa218d26ed2cf6ce75cd9aac9c2c00e5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -660,11 +660,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1746141548, "lastModified": 1745930157,
"narHash": "sha256-IgBWhX7A2oJmZFIrpRuMnw5RAufVnfvOgHWgIdds+hc=", "narHash": "sha256-y3h3NLnzRSiUkYpnfvnS669zWZLoqqI6NprtLQ+5dck=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f02fddb8acef29a8b32f10a335d44828d7825b78", "rev": "46e634be05ce9dc6d4db8e664515ba10b78151ae",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -97,7 +97,6 @@ in {
"flakes" # flakes "flakes" # flakes
"nix-command" # experimental nix commands "nix-command" # experimental nix commands
"cgroups" # allow nix to execute builds inside cgroups "cgroups" # allow nix to execute builds inside cgroups
"repl-flake" # nh os repl needs this on lix
]; ];
# Ensures that the result of Nix expressions is fully determined by # Ensures that the result of Nix expressions is fully determined by