fix(flake): don't use flake refs
They are impure and renovate struggles with them
This commit is contained in:
parent
1032b19759
commit
827d73e730
2 changed files with 14 additions and 12 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
# Flake inputs
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-24.11";
|
||||
unstable.url = "nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
# Lix
|
||||
lix-module = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue