[chore] flake.lock: update inputs #168

Merged
jalil merged 1 commit from update-lockfile into main 2024-12-03 17:39:57 +01:00
2 changed files with 8 additions and 7 deletions

View file

@ -246,11 +246,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1733098942, "lastModified": 1733132296,
"narHash": "sha256-RnDTSTRYcfgqrkBPNN7uvojwRzEKPYiZaFg9VQ4m7hQ=", "narHash": "sha256-fYEf0IgsNJp/hcb+C3FKtJvVabPDQs64hdL0izNBwXc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "838829c8f9cb238a915fe3d6ac36df1a3f040d2c", "rev": "e680b367c726e2ae37d541328fe81f8daaf49a6c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -307,6 +307,7 @@
}, },
"original": { "original": {
"owner": "danth", "owner": "danth",
"ref": "release-24.11",
jalil marked this conversation as resolved
Review

Pinning so new supported programs don't break my config

Pinning so new supported programs don't break my config
"repo": "stylix", "repo": "stylix",
"type": "github" "type": "github"
} }
@ -398,11 +399,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1732837521, "lastModified": 1733015953,
"narHash": "sha256-jNRNr49UiuIwaarqijgdTR2qLPifxsVhlJrKzQ8XUIE=", "narHash": "sha256-t4BBVpwG9B4hLgc6GUBuj3cjU7lP/PJfpTHuSqE+crk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "970e93b9f82e2a0f3675757eb0bfc73297cc6370", "rev": "ac35b104800bff9028425fec3b6e8a41de2bbfff",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -21,7 +21,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
stylix = { stylix = {
url = "github:danth/stylix"; # pin to release-24.11 once available url = "github:danth/stylix/release-24.11";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "lix-module/flake-utils"; flake-utils.follows = "lix-module/flake-utils";