diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-26 00:19:37 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-26 00:19:37 -0400 |
commit | 5be6986b029df0f2c9f61d797b7e45a898e4ffb5 (patch) | |
tree | 6e9704596f559c28691f666f6b247c1aa1ae039d | |
parent | update commits (diff) | |
download | dotfiles-nix-5be6986b029df0f2c9f61d797b7e45a898e4ffb5.tar.gz dotfiles-nix-5be6986b029df0f2c9f61d797b7e45a898e4ffb5.tar.bz2 dotfiles-nix-5be6986b029df0f2c9f61d797b7e45a898e4ffb5.zip |
linux 6.14
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -441,16 +441,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1742669843, - "narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=", + "lastModified": 1742960832, + "narHash": "sha256-xdp71QH76Q0esAJi4+5xDzpgBQNFpq8xn6UNfyT/s9w=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1e5b653dff12029333a6546c11e108ede13052eb", + "rev": "24693557f72603e8f2c514ee26854d5c2aad9090", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "master", "repo": "nixpkgs", "type": "github" } @@ -3,7 +3,7 @@ inputs = { # nixpkgs - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/master"; # home manager home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; |